github.com/aws/smithy-go/encoding/httpbinding.QueryValue.updateKey (method)
8 uses
github.com/aws/smithy-go/encoding/httpbinding (current package)
query.go#L28: func (qv QueryValue) updateKey(value string) {
query.go#L39: qv.updateKey(encodeToString)
query.go#L44: qv.updateKey(strconv.FormatBool(v))
query.go#L49: qv.updateKey(v)
query.go#L69: qv.updateKey(strconv.FormatInt(v, 10))
query.go#L91: qv.updateKey(strconv.FormatFloat(v, 'f', -1, bitSize))
query.go#L97: qv.updateKey(v.String())
query.go#L106: qv.updateKey(v.Text('e', -1))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)